home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / fu1_62.lha / fu / Formulas / TanMandel.Form < prev    next >
Text File  |  1994-05-24  |  176b  |  26 lines

  1. TanMandel
  2. {
  3.     {
  4.         x1=-2.0
  5.         x2= 1.0
  6.         y1=-1.15
  7.         y2= 1.15
  8.         bailout=0.3
  9.     }
  10.     {
  11.         c=pixel
  12.         z=pixel
  13.     }
  14.     {
  15.         z=z*z
  16.         z=z+c
  17.         w=tan(z)
  18.     }
  19.     {
  20.         w>bailout
  21.     }
  22.     {
  23.         CHANGE BAILOUT
  24.     }
  25. }
  26.